home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _4EBE767E1F56457683F7DB8850EF75CA < prev    next >
Encoding:
Text File  |  1999-09-15  |  403 b   |  25 lines

  1. set developer 1
  2.  
  3. // disk ops
  4. bind s    "savepoints"
  5. bind l    "loadpoint"
  6. bind e    "exportpoint"
  7.  
  8. // point manipulation
  9. bind d    "deletepoint"
  10. bind h    "pointhelp"
  11. bind m  "movepoint"
  12.  
  13. // misc
  14. bind z    "destroyents"
  15. bind i  "toggleignore"
  16.  
  17. // point dropping
  18. bind a  "setpoint"
  19. bind 1 "setflee"
  20. bind 2 "setlean"
  21. bind 3 "setduck"
  22. bind 4 "setcover"
  23. bind 5 "setfleefriendly"
  24. bind 6 "setfleeenemy"
  25.